home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9276 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: nrd.ups.com!nrd1rls
  2. From: nrd1rls@nrd.ups.com (Richard Siddall Contractor)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Ant freeware Lint for C++
  5. Date: 29 Feb 1996 18:33:29 GMT
  6. Organization: United Parcel Service Research & Development
  7. Message-ID: <4h4rhp$ogn@casey.nrd.ups.com>
  8. References: <3131F758.51F@aol.com>
  9. NNTP-Posting-Host: sol.nrd.ups.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Arun Vadlamani (vadla@aol.com) wrote:
  13. : I need a program like Lint for C++ and was wondering if there were any 
  14. : such Freeware programs for the CP (Windows).
  15.  
  16.     My experience with free or bundled lints is that they are worthless,
  17.     as the documentation is non-existent.
  18.  
  19.     Gimpel Software's PC-Lint (and FlexeLint UNIX version) is worth the
  20.     money (a co-worker once wasted an afternoon chasing a bug that PC-Lint
  21.     flagged on the first run).  It comes with documentation for the
  22.     approximately 600 things it can flag.  Just reading the documentation
  23.     can help you improve your use of the language by pointing out which
  24.     constructs are troublesome.
  25.  
  26.     I hope this helps.
  27.  
  28.         Richard Siddall.
  29.